Skip to main content
Version: 5.3.0.0

Audit Service

Auditing refers to the process of logging all changes made by users in the monitor.

ParameterDescription
monitor.base64Specifies whether the monitor audit log is written in plain text (false) or Base64 encoded (true).
monitor.enabledEnables (true) or disables (false) audit logging of all monitor activities.
monitor.pathPath to the directory where the monitor audit log will be stored. If it does not exist, Orchestra creates it automatically.
monitor.reasonDetermines if users must provide a reason for every monitor action (true = reason required, false = logged without reason).
pathDirectory path where general audit log files will be written.
stream.write.limitMaximum amount of data (in KB) that can be written to the audit log file; logs exceeding this limit are truncated.
trace.trafficEnables audit-service logging of HTTP servlet requests and responses.